Learn R Programming

DataSetsUni (version 0.1)

Toys Price: The data represents the prices of the 31 different children’s wooden toys on sale in a Suffolk craft shop in April 1991

Description

The function allows to provide the prices of the 31 different children’s wooden toys on sale in a Suffolk craft shop in April 1991.

Usage

data_toysprice

Value

data_toysprice gives the prices of the 31 different children’s wooden toys on sale.

Arguments

data_toysprice

A vector of (non-negative integer) values.

Author

Muhammad Imran.

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data represents the prices of the 31 different children’s wooden toys on sale in a Suffolk craft shop in April 1991. Recently, it is used by Shafiei et al. (2016) and fitted the inverse Weibull power series distribution.

References

Shafiei, S., Darijani, S., & Saboori, H. (2016). Inverse Weibull power series distributions: properties and applications. Journal of statistical computation and simulation, 86(6), 1069-1094.

Examples

Run this code
x<-data_toysprice
summary(x)

Run the code above in your browser using DataLab